home *** CD-ROM | disk | FTP | other *** search
- Path: newshost.centrum.is!news
- From: bjarnir@centrum.is (Bjarni Ragnarsson)
- Newsgroups: comp.lang.c++
- Subject: Bitmaps-DIB's, BMP
- Date: 4 Mar 1996 12:47:44 GMT
- Organization: BR Software
- Message-ID: <4heopg$sgv@newshost.centrum.is>
- NNTP-Posting-Host: tungl-89.centrum.is
- X-Newsreader: WinVN version 0.82
-
- Can anyone help me here.
-
- Is there a API or Visual C++ 4.0 function to stretch bitmaps into memory ?
- I need to display the same stretched bitmaps frequently. By using
- the StretchBlt f.e. I'm unneccessarily slowing the process by doing the same
- stretching over and over.
-
- I wish to store bitmaps as "pre-zoomed" bitmaps so that I can use BitBlt (or
- another function I'm not aware of) in order to minimize the usage of
- StretchDIBits or StretchBlt.
-
- Any pointers greatly appreciated,
- Bjarni Ragnarsson
-